home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / aiuew.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  230 b   |  10 lines

  1. on jgyou gyou
  2.   global sdata, taidataj
  3.   set gyoukazu to the number of items in gyou
  4.   repeat with n = 1 to gyoukazu
  5.     searchdataj(item n of gyou)
  6.     put displaytaidataj() after sdata
  7.     set taidataj to EMPTY
  8.   end repeat
  9. end
  10.